projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35f36d6
)
* emacs-lisp/byte-run.el (macro-declaration-function): Disallow
author
Chong Yidong
<cyd@stupidchicken.com>
Sun, 30 Nov 2008 02:59:18 +0000
(
02:59
+0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Sun, 30 Nov 2008 02:59:18 +0000
(
02:59
+0000)
declare specs with lengths of 3 or more.
lisp/ChangeLog
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 6472e5eae8ffc5e31fda08e874a98d4ba164f712..ab39464c719f0aba70b449c772149738f3196de0 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,5
+1,8
@@
2008-11-30 Chong Yidong <cyd@stupidchicken.com>
+ * emacs-lisp/byte-run.el (macro-declaration-function): Disallow
+ declare specs with lengths of 3 or more.
+
* dirtrack.el (dirtrack): Fix error message.
2008-11-30 Glenn Morris <rgm@gnu.org>